Structuring your ecommerce products into Algolia records.
color: green AND size:40
, Algolia returns only records of variants that have both characteristics.
In the Product-level model, a record is part of the results if one of the variants matches color:green
and another variant matches size:40
.Variant-level records | Product-level records | |
---|---|---|
AI Features | Per variant | Per product |
Rules and Merchandising | Per variant | Per product |
Search analytics | Per variant | Per product |
Textual relevance | Optimized | Supported |
Faceting support | Optimized | Requires frontend work (see below) |
Variant powered PLP | Optimized | Requires frontend work (see below) |
Granular variant update | Supported | - |
Average record size | * | Optimized |
Number of records | High | Optimized |
distinct
feature on it:
transformItems
function could look like: